﻿2026-07-19T18:27:00.2333058Z ##[group]Run actions/checkout@v5
2026-07-19T18:27:00.2333609Z with:
2026-07-19T18:27:00.2333913Z   fetch-depth: 0
2026-07-19T18:27:00.2334284Z   repository: BigscreenVR/spt-bs-core
2026-07-19T18:27:00.2337389Z   token: ***
2026-07-19T18:27:00.2337721Z   ssh-strict: true
2026-07-19T18:27:00.2338049Z   ssh-user: git
2026-07-19T18:27:00.2338379Z   persist-credentials: true
2026-07-19T18:27:00.2338746Z   clean: true
2026-07-19T18:27:00.2339137Z   sparse-checkout-cone-mode: true
2026-07-19T18:27:00.2339513Z   fetch-tags: false
2026-07-19T18:27:00.2339911Z   show-progress: true
2026-07-19T18:27:00.2340306Z   lfs: false
2026-07-19T18:27:00.2340610Z   submodules: false
2026-07-19T18:27:00.2340939Z   set-safe-directory: true
2026-07-19T18:27:00.2341301Z ##[endgroup]
2026-07-19T18:27:00.4293117Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-19T18:27:00.4294667Z ##[group]Getting Git version info
2026-07-19T18:27:00.4295481Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-19T18:27:00.4626483Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-19T18:27:00.4853945Z git version 2.43.0.windows.1
2026-07-19T18:27:00.4877665Z ##[endgroup]
2026-07-19T18:27:00.4886082Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\2e04d6d1-c281-4d9a-b3af-8b67569499e4\.gitconfig'
2026-07-19T18:27:00.4900787Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\2e04d6d1-c281-4d9a-b3af-8b67569499e4' before making global git config changes
2026-07-19T18:27:00.4906313Z Adding repository directory to the temporary git global config as a safe directory
2026-07-19T18:27:00.4908121Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-19T18:27:00.5174794Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-19T18:27:00.5382768Z https://github.com/BigscreenVR/spt-bs-core
2026-07-19T18:27:00.5414187Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-19T18:27:00.5418947Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-19T18:27:00.5658405Z refs/heads/main
2026-07-19T18:27:00.5689168Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-07-19T18:27:00.6046985Z HEAD is now at 152bc3e5 triage(teardown-authority-w2): one liveness oracle — the process table, never a handle the caller holds
2026-07-19T18:27:00.6318539Z ##[endgroup]
2026-07-19T18:27:00.6319495Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-19T18:27:01.0312283Z ##[group]Cleaning the repository
2026-07-19T18:27:01.0316116Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-19T18:27:02.3814056Z Removing target/
2026-07-19T18:27:02.3847975Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-19T18:27:02.4412279Z HEAD is now at 152bc3e5 triage(teardown-authority-w2): one liveness oracle — the process table, never a handle the caller holds
2026-07-19T18:27:02.4441129Z ##[endgroup]
2026-07-19T18:27:02.4447263Z ##[group]Disabling automatic garbage collection
2026-07-19T18:27:02.4454135Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-19T18:27:02.4725357Z ##[endgroup]
2026-07-19T18:27:02.4725792Z ##[group]Setting up auth
2026-07-19T18:27:02.4726227Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-19T18:27:02.4950228Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-19T18:27:02.8616221Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-19T18:27:02.8842131Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-19T18:27:03.2467788Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-19T18:27:03.2689821Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-19T18:27:03.6283778Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-19T18:27:03.6585666Z ##[endgroup]
2026-07-19T18:27:03.6586214Z ##[group]Fetching the repository
2026-07-19T18:27:03.6596167Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +dd6bbe512b53aabf2f3e4a92cd649447c3b031ba:refs/remotes/pull/36/merge
2026-07-19T18:27:05.6721131Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-19T18:27:05.6721663Z  * [new branch]        build/teardown-authority-w2              -> origin/build/teardown-authority-w2
2026-07-19T18:27:05.6722169Z  * [new ref]           dd6bbe512b53aabf2f3e4a92cd649447c3b031ba -> pull/36/merge
2026-07-19T18:27:05.6845794Z ##[endgroup]
2026-07-19T18:27:05.6846560Z ##[group]Determining the checkout info
2026-07-19T18:27:05.6846897Z ##[endgroup]
2026-07-19T18:27:05.6851715Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-19T18:27:05.7128335Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-19T18:27:05.7351614Z ##[group]Checking out the ref
2026-07-19T18:27:05.7356273Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/36/merge
2026-07-19T18:27:05.8131538Z Previous HEAD position was 152bc3e5 triage(teardown-authority-w2): one liveness oracle — the process table, never a handle the caller holds
2026-07-19T18:27:05.8132578Z HEAD is now at dd6bbe51 Merge f6d17193b29ac4ac3092626dc76f6a7e76c081df into 152bc3e5774cd72f3c3ff4f4e202b126b910efa6
2026-07-19T18:27:05.8157023Z ##[endgroup]
2026-07-19T18:27:05.8424617Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-19T18:27:05.8635861Z dd6bbe512b53aabf2f3e4a92cd649447c3b031ba
